func reflect.arrayAt
10 uses
reflect (current package)
swapper.go#L73: val1 := arrayAt(s.Data, i, size, "i < s.Len")
swapper.go#L74: val2 := arrayAt(s.Data, j, size, "j < s.Len")
type.go#L2736: pi := arrayAt(p, i, esize, "i < length")
type.go#L2737: qi := arrayAt(q, i, esize, "i < length")
value.go#L1428: val := arrayAt(s.Data, i, typ.Size(), "i < s.Len")
value.go#L1437: p := arrayAt(s.Data, i, 1, "i < s.Len")
value.go#L2501: t = unsafeheader.String{Data: arrayAt(s.Data, i, 1, "i < s.Len"), Len: j - i}
value.go#L2518: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < cap")
value.go#L2570: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < k <= cap")
value.go#L2807: func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |